home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 678 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  680 b 

  1. Path: duffus.pipex-sa.net!nic
  2. From: nic@pipex-sa.net (Nic Tjirkalli)
  3. Newsgroups: comp.lang.c
  4. Subject: itoa on Unix
  5. Date: 8 Jan 1996 14:37:10 GMT
  6. Organization: pipex-sa.net
  7. Message-ID: <4cra6m$pop@baloo.pipex-sa.net>
  8. NNTP-Posting-Host: duffus.pipex-sa.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi all,
  12.  
  13. I am using gcc 2.6.3 on linux. Ineed to convert an integer to a string.
  14. I rember from my programming days in Borland C that there was a itoa
  15. function to convert an interger to a string. I can find no such function,
  16. though, with gcc.
  17.  
  18. I would greatly appreciate it if somebody could inform me of a simple
  19. way to convert an integer to a string using gcc on unix.
  20.  
  21.  
  22. Many thanx
  23.  
  24.    
  25.